Concatenation

You can use data concatenation, with the + or & to separate variable names, plus ASCII codes can be included by prefixing the code with the # symbol. e.g.:

@Assign Name = 'John' + #13 + #10 + Surname

would assign John plus CR/LF (i.e. a line break) and the contents of the variable Surname to the variable Name.